<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.imaging.bulk.override">

  <require>org.nuxeo.ecm.platform.imaging.bulk</require>

  <extension point="actions" target="org.nuxeo.ecm.core.bulk">
    <action batchSize="1" bucketSize="10" httpEnabled="false" inputStream="bulk/recomputeViews" name="recomputeViews" validationClass="org.nuxeo.ecm.platform.picture.recompute.RecomputeViewsActionValidation"/>
    <action batchSize="1" bucketSize="10" enabled="false" httpEnabled="false" inputStream="bulk/recomputeViewsBackground" name="recomputeViewsBackground" validationClass="org.nuxeo.ecm.platform.picture.recompute.RecomputeViewsActionValidation"/>
  </extension>

</component>
